home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Heaven's Gate < prev    next >
Text File  |  1999-07-05  |  819b  |  65 lines

  1.  
  2. /*
  3.    Heaven's Gate
  4.    A WhiteCap 3.0 config
  5.    by Ric Ewing
  6. */
  7.  
  8. Resn=15,
  9.  
  10. Durn="5.5",
  11.  
  12. CamX="100 * cos( .3 * t )",
  13. CamY="100 * sin( .3 * t )",
  14. CamZ="40",
  15.  
  16. CmLX="0",
  17. CmLY="0",
  18. CmLZ="-50",
  19.  
  20. CUpX="0",
  21. CUpY="0",
  22. CUpZ="1",
  23.  
  24. R="1 - dt",
  25. G="1 - dt*2",
  26. B="0",
  27.  
  28. LvlR="1",
  29. LvlG="1",
  30. LvlB="1",
  31.  
  32. widt=600,heig=360,
  33.  
  34. ConL=0,ConB=0,
  35.  
  36. LWdt="5",
  37.  
  38. Fall=".02",
  39.  
  40. Blrs=1,BlrB=4,
  41.  
  42. /* Since this is one of those configs that squish bins together, save CPU time by reducing the number of "s steps/increments" per sound sample.  (There are 32 bins in 3.0)  */
  43. Stps=16,
  44.  
  45. C0="PI * 0.5 * dt",
  46. C1="cos( c0 )",
  47. C2="sin( c0 )",
  48. C3="(4 + (20 * dt))",
  49.  
  50. D0="c3 * mag( s )",
  51. D1="cos( 3.14159265 * s )",
  52. D2="sin( 3.14159265 * s )",
  53. D3="d1 + 120 + d1 * d0",
  54.  
  55. X="c1 * d3",
  56. Y="c2 * d3",
  57. Z="d2 * ( 1 + 2 * d0 )",
  58.  
  59.  
  60. Scal="400",
  61. ScSz=1,
  62. Pers="150",
  63.  
  64.  
  65. Vers=30